when using JSTOOLS and TABS you will get the following error in IE7.
that is cause by "defer" issue see:
http://www.monoslideshow.com/vanilla/discussion/162/operation-aborted-in...
the fix is to change line 882 from:
<script type="text/javascript">
to:
<script type="text/javascript" defer="true">
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | operation_aborted_d6.patch | 1.27 KB | redndahead |
| #5 | operation_aborted.patch | 1.23 KB | redndahead |
Comments
Comment #1
gilmichlin commentedsadly i must say that defer not always works.
it's seems like IE bug : http://support.microsoft.com/default.aspx/kb/927917
but whats bother me is that in http://teethgrinder.co.uk/open-flash-chart/tutorial.php
everything works fine.
I tried to play with the render function with no success.
Comment #2
esmailzadeh commentedhi
so how we can solve this problem?
i think when i install jstools this problem occurred.
i think this is critical bug. (if can saied this is ofc bug and this is not ie bug )
Comment #3
esmailzadeh commentedthis solution (defer="true") just desable my chart and no more
Comment #4
esmailzadeh commentedthis is fixed with H3rnand3z :
in open_flash_chart_api.module
after line 882 I inserted
$(document).ready(function(){
and after line 1016 I inserted
});
please add this to open_flash_chart_api core
Comment #5
redndahead commentedI'm attaching a patch for this. You will need to patch it against cvs. Anybody else can tell me if this works?
Comment #6
redndahead commentedHere's the Drupal 6 Version
Comment #7
esmailzadeh commentedi test it and this work good (i apply this patch manually and without any patch mechanism)
Comment #8
redndahead commentedCommitted
Comment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.